FSTATS
Source Files
Modules
Procedures
Derived Types
median
Function
18 statements
Source File
fstats_descriptive_statistics.f90
fstats_descriptive_statistics
median
Contents
public pure function median(x) result(rst)
Computes the median of the values in an array.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
(:)
The array of values to analyze.
Return Value
real(kind=real64)
The result.